home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 356 / clipmod / makefile < prev    next >
Encoding:
Makefile  |  1990-02-02  |  212 b   |  11 lines

  1. # Makefile for clipboard files
  2.  
  3. testclip.prg : clipboar.obm testclip.obm
  4.     $(M2LINK) testclip
  5.     $(CP) testclip.tos testclip.prg
  6.     $(RM) testclip.tos
  7.     $(ECHO) testclip made
  8.  
  9. clean:
  10.     $(RM) *.obm *.sbm *.rfm
  11.